Skip to content

DOC: point out that explicitly passing axis=None is deprecated for sum, prod, var, std, sem #55240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

natmokval
Copy link
Contributor

@natmokval natmokval commented Sep 22, 2023

pointed out in the documentation of the methods: sum, prod, var, std, sem that explicitly passing axis=None is deprecated.

@natmokval natmokval added the Docs label Sep 22, 2023
@natmokval natmokval marked this pull request as ready for review September 22, 2023 12:57
@mroeschke mroeschke added this to the 2.2 milestone Sep 22, 2023
@mroeschke mroeschke merged commit ee9a736 into pandas-dev:main Sep 22, 2023
@mroeschke
Copy link
Member

Thanks @natmokval

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: axis=None does not aggregate along both axes for sum method
2 participants